In WebLogic, you can enable call by reference on a bean-by-bean basis, but with WebSphere Application Server, you can enable call by reference at the container level. 在WebLogic中,您可以逐个bean启用按引用调用,而在WebSphereApplicationServer中,只能在容器级别启用按引用调用。
The service call is made simple by helper code that is generated for each reference ( you create the references in an assembly diagram, as we will explain shortly). 每个引用都会生成相应的helper代码,它将使得服务调用变得简单(在组装关系图中创建引用,我们将对其进行简单说明)。
Therefore, if call by reference is enabled, it applies to all of the remote interfaces in the application, not only to a subset of them. 因此,如果启用了按引用传递,则它将应用到应用程序中的所有远程接口,而不只是其中一个子集。
The article narrates the use of reference and how to use reference to call function in c/ c++ language, and differentiates the call by address? call by reference and call by value. 本文讲述了C/C++语言中引用的含义和如何使用引用进行函数参数传递,并区分了传址调用、引用调用和传值调用在函数参数传递的区别。